Skip to content

Commit

Permalink
Bump the pypi group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the pypi group with 4 updates in the / directory: [internetarchive](https://github.com/jjjake/internetarchive), [jsonpickle](https://github.com/jsonpickle/jsonpickle), [jsonschema](https://github.com/python-jsonschema/jsonschema) and [pytest](https://github.com/pytest-dev/pytest).


Updates `internetarchive` from 3.6.0 to 4.0.1
- [Release notes](https://github.com/jjjake/internetarchive/releases)
- [Changelog](https://github.com/jjjake/internetarchive/blob/master/HISTORY.rst)
- [Commits](jjjake/internetarchive@v3.6.0...v4.0.1)

Updates `jsonpickle` from 3.0.2 to 3.0.4
- [Changelog](https://github.com/jsonpickle/jsonpickle/blob/main/CHANGES.rst)
- [Commits](jsonpickle/jsonpickle@v3.0.2...v3.0.4)

Updates `jsonschema` from 4.21.1 to 4.22.0
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.21.1...v4.22.0)

Updates `pytest` from 8.0.1 to 8.2.0
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.0.1...8.2.0)

---
updated-dependencies:
- dependency-name: internetarchive
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pypi
- dependency-name: jsonpickle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pypi
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pypi
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pypi
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 5, 2024
1 parent 940ac24 commit 992e998
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ classifiers = [
]
dependencies = [
"backoff==2.2.1",
"internetarchive==3.6.0",
"jsonpickle==3.0.2",
"jsonschema==4.21.1",
"internetarchive==4.0.1",
"jsonpickle==3.0.4",
"jsonschema==4.22.0",
"requests[security]==2.31.0",
"simplejson==3.19.2",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt

mypy
pytest==8.0.1
pytest==8.2.0
pytest-socket
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
backoff==2.2.1
internetarchive==3.6.0
jsonpickle==3.0.2
jsonschema==4.21.1
internetarchive==4.0.1
jsonpickle==3.0.4
jsonschema==4.22.0
requests[security]==2.31.0
simplejson==3.19.2

0 comments on commit 992e998

Please sign in to comment.