From 080d9898c30fe14b9a805c70dfc367f2d9f7547e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 13:51:59 +0000 Subject: [PATCH] Bump the pypi group across 1 directory with 5 updates Bumps the pypi group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [internetarchive](https://github.com/jjjake/internetarchive) | `3.6.0` | `4.1.0` | | [jsonpickle](https://github.com/jsonpickle/jsonpickle) | `3.0.2` | `3.0.4` | | [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.21.1` | `4.22.0` | | [requests[security]](https://github.com/psf/requests) | `2.31.0` | `2.32.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.1` | `8.2.1` | Updates `internetarchive` from 3.6.0 to 4.1.0 - [Release notes](https://github.com/jjjake/internetarchive/releases) - [Changelog](https://github.com/jjjake/internetarchive/blob/master/HISTORY.rst) - [Commits](https://github.com/jjjake/internetarchive/compare/v3.6.0...v4.1.0) Updates `jsonpickle` from 3.0.2 to 3.0.4 - [Changelog](https://github.com/jsonpickle/jsonpickle/blob/main/CHANGES.rst) - [Commits](https://github.com/jsonpickle/jsonpickle/compare/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](https://github.com/python-jsonschema/jsonschema/compare/v4.21.1...v4.22.0) Updates `requests[security]` from 2.31.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) Updates `pytest` from 8.0.1 to 8.2.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.1...8.2.1) --- 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: requests[security] 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] --- pyproject.toml | 8 ++++---- requirements-dev.txt | 2 +- requirements.txt | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 797a328..cc52d21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,10 +25,10 @@ classifiers = [ ] dependencies = [ "backoff==2.2.1", - "internetarchive==3.6.0", - "jsonpickle==3.0.2", - "jsonschema==4.21.1", - "requests[security]==2.31.0", + "internetarchive==4.1.0", + "jsonpickle==3.0.4", + "jsonschema==4.22.0", + "requests[security]==2.32.2", "simplejson==3.19.2", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index d6d182f..3b3cd7a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt mypy -pytest==8.0.1 +pytest==8.2.1 pytest-socket diff --git a/requirements.txt b/requirements.txt index 678152f..daca957 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ backoff==2.2.1 -internetarchive==3.6.0 -jsonpickle==3.0.2 -jsonschema==4.21.1 -requests[security]==2.31.0 +internetarchive==4.1.0 +jsonpickle==3.0.4 +jsonschema==4.22.0 +requests[security]==2.32.2 simplejson==3.19.2