Skip to content

Commit 2839b13

Browse files
Bump the optional group with 4 updates
Updates the requirements on [coreapi](https://github.com/core-api/python-client), [django-guardian](https://github.com/django-guardian/django-guardian), [pygments](https://github.com/pygments/pygments) and [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. Updates `coreapi` from 2.3.1 to 2.3.3 - [Commits](core-api/python-client@2.3.1...2.3.3) Updates `django-guardian` to 3.2.0 - [Release notes](https://github.com/django-guardian/django-guardian/releases) - [Commits](django-guardian/django-guardian@v2.4.0...3.2.0) Updates `pygments` to 2.19.2 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.17.0...2.19.2) Updates `pyyaml` to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@5.3.1...6.0.3) --- updated-dependencies: - dependency-name: coreapi dependency-version: 2.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: optional - dependency-name: django-guardian dependency-version: 3.2.0 dependency-type: direct:development dependency-group: optional - dependency-name: pygments dependency-version: 2.19.2 dependency-type: direct:development dependency-group: optional - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:development dependency-group: optional ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e49d025 commit 2839b13

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ docs = [
6464
]
6565
optional = [
6666
# Optional packages which may be used with REST framework.
67-
"coreapi==2.3.1",
67+
"coreapi==2.3.3",
6868
"coreschema==0.0.4",
6969
"django-filter",
70-
"django-guardian>=2.4.0,<2.5",
70+
"django-guardian>=2.4.0,<3.3",
7171
"inflection==0.5.1",
7272
"legacy-cgi; python_version>='3.13'",
7373
"markdown>=3.3.7",
7474
"psycopg[binary]>=3.1.8",
75-
"pygments~=2.17.0",
76-
"pyyaml>=5.3.1,<5.4",
75+
"pygments>=2.17,<2.20",
76+
"pyyaml>=5.3.1,<6.1",
7777
]
7878
django42 = [ "django>=4.2,<5.0" ]
7979
django50 = [ "django>=5.0,<5.1" ]

0 commit comments

Comments
 (0)