Skip to content

Commit

Permalink
build(dependencies): update external dependencies (#41)
Browse files Browse the repository at this point in the history
* chore(deps): bump pydantic from 1.9.0 to 1.9.1 (#34)

Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/samuelcolvin/pydantic/releases)
- [Changelog](https://github.com/samuelcolvin/pydantic/blob/v1.9.1/HISTORY.md)
- [Commits](pydantic/pydantic@v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump coverage from 6.3.2 to 6.4.1 (#40)

Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.3.2 to 6.4.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@6.3.2...6.4.1)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump requests from 2.27.1 to 2.28.0 (#38)

Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.28.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.27.1...v2.28.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump wrapt from 1.14.0 to 1.14.1 (#42)

Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases)
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst)
- [Commits](GrahamDumpleton/wrapt@1.14.0...1.14.1)

---
updated-dependencies:
- dependency-name: wrapt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pygments from 2.11.2 to 2.12.0 (#35)

Bumps [pygments](https://github.com/pygments/pygments) from 2.11.2 to 2.12.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.11.2...2.12.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ArturLazarenko <97735215+ArturLazarenko@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 16, 2022
1 parent 83f33f3 commit aed9654
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ idna = "==3.3"
importlib-metadata = "==4.11.1"
pipenv = "==2022.1.8"
platformdirs = "==2.4.1"
pydantic = "==1.9.0"
requests = "==2.27.1"
pydantic = "==1.9.1"
requests = "==2.28.0"
six = "==1.16.0"
typing-extensions = "==4.2.0"
urllib3 = "==1.26.7"
Expand Down
6 changes: 3 additions & 3 deletions req.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ attrs==21.4.0
Babel==2.9.1
certifi==2021.10.8
charset-normalizer==2.0.9
coverage==6.3.2
coverage==6.4.1
distlib==0.3.4
docutils==0.17.1
filelock==3.4.2
Expand All @@ -22,7 +22,7 @@ platformdirs==2.4.1
pluggy==1.0.0
py==1.11.0
pydantic==1.9.0
Pygments==2.11.2
Pygments==2.12.0
pyparsing==3.0.9
pytest==7.1.1
pytest-cov==3.0.0
Expand All @@ -39,6 +39,6 @@ urllib3==1.26.7
vcrpy==4.1.1
virtualenv==20.13.0
virtualenv-clone==0.5.7
wrapt==1.14.0
wrapt==1.14.1
yarl==1.7.2
zipp==3.7.0

0 comments on commit aed9654

Please sign in to comment.