Skip to content

Commit

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


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

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

---
updated-dependencies:
- dependency-name: internetarchive
  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-patch
  dependency-group: pypi
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2024
1 parent 4c6ccd2 commit c133262
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"backoff==2.2.1",
"internetarchive==3.5.0",
"internetarchive==3.6.0",
"jsonpickle==3.0.2",
"jsonschema==4.21.1",
"requests[security]==2.31.0",
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==7.4.3
pytest==7.4.4
pytest-socket
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
backoff==2.2.1
internetarchive==3.5.0
internetarchive==3.6.0
jsonpickle==3.0.2
jsonschema==4.21.1
requests[security]==2.31.0
Expand Down

0 comments on commit c133262

Please sign in to comment.