Skip to content

Commit

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


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

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 `pytest` from 8.0.1 to 8.1.1
- [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.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 14, 2024
1 parent c0aaf6a commit a32a533
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ classifiers = [
]
dependencies = [
"backoff==2.2.1",
"internetarchive==3.6.0",
"jsonpickle==3.0.2",
"internetarchive==3.7.0",
"jsonpickle==3.0.4",
"jsonschema==4.21.1",
"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.1.1
pytest-socket
4 changes: 2 additions & 2 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
internetarchive==3.7.0
jsonpickle==3.0.4
jsonschema==4.21.1
requests[security]==2.31.0
simplejson==3.19.2

0 comments on commit a32a533

Please sign in to comment.