Skip to content

Commit 0b4af2b

Browse files
build(deps): bump the updates group across 1 directory with 5 updates
Updates the requirements on [click](https://github.com/pallets/click), [python-dotenv](https://github.com/theskumar/python-dotenv), [globus-sdk](https://github.com/globus/globus-sdk-python), [sphinx](https://github.com/sphinx-doc/sphinx) and [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. Updates `click` to 8.3.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.2.1...8.3.1) Updates `python-dotenv` to 1.2.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.1.0...v1.2.1) Updates `globus-sdk` to 4.3.1 - [Release notes](https://github.com/globus/globus-sdk-python/releases) - [Changelog](https://github.com/globus/globus-sdk-python/blob/main/changelog.rst) - [Commits](globus/globus-sdk-python@3.57.0...4.3.1) Updates `sphinx` to 9.1.0 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.2.3...v9.1.0) Updates `gunicorn` to 24.1.1 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@23.0.0...24.1.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.1 dependency-type: direct:production dependency-group: updates - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production dependency-group: updates - dependency-name: globus-sdk dependency-version: 4.3.1 dependency-type: direct:production dependency-group: updates - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:development dependency-group: updates - dependency-name: gunicorn dependency-version: 24.1.1 dependency-type: direct:development dependency-group: updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bd49a4 commit 0b4af2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ requires-python = "<4.0, >=3.13"
6565

6666
# 2: Required dependencies.
6767
dependencies = [
68-
"click <8.3, >=8.2.1",
68+
"click >=8.2.1, <8.4",
6969
"coloredlogs <16.0, >=15.0.1",
7070
"cryptography >=37.0.2",
71-
"python-dotenv <1.2, >=1.1.0",
72-
"globus-sdk <4.0, >=3.57.0",
71+
"python-dotenv >=1.1.0, <1.3",
72+
"globus-sdk >=3.57.0, <5.0",
7373
"requests <3.0, >=2.32.3",
7474
"stanford-mais <1.0, >=0.50.1",
7575
]
@@ -84,7 +84,7 @@ build = [
8484

8585
# The `docs` option adds support for building docs.
8686
docs = [
87-
"sphinx <8.3, >=8.2.3",
87+
"sphinx >=8.2.3, <9.2",
8888
"sphinx-rtd-theme",
8989
]
9090

@@ -98,7 +98,7 @@ gcs = [
9898
ws = [
9999
"flask <4.0, >=3.1.1",
100100
"flask-talisman <2.0, >=1.1.0",
101-
"gunicorn <24, >=23.0.0",
101+
"gunicorn >=23.0.0, <25",
102102
]
103103

104104
# Before we move on, finish up the project metadata tables…

0 commit comments

Comments
 (0)