Skip to content

Commit 3aebc7d

Browse files
chore(deps): bump future from 0.18.3 to 1.0.0
Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.3 to 1.0.0. - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](PythonCharmers/python-future@v0.18.3...v1.0.0) --- updated-dependencies: - dependency-name: future dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56939c0 commit 3aebc7d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements/requirements-websocket.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Cython==3.0.6
2-
future==0.18.3
2+
future==1.0.0
33
gevent-websocket==0.10.1
44
gevent==25.4.2
55
Jinja2==3.1.6

requirements/requirements.dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
future==0.18.3
1+
future==1.0.0
22
mock==3.0.5
33
pep8==1.7.1
44
selenium==4.18.1

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Django==4.2.22
99
djangorestframework==3.16.1
1010
django-dbbackup==4.2.1
1111
drf-spectacular==0.27.2
12-
future==0.18.3
12+
future==1.0.0
1313
gevent-websocket==0.10.1
1414
gevent==25.4.2
1515
gunicorn==23.0.0

requirements/requirements.viewer.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Cython==3.0.6
88
Django==4.2.22
99
django-dbbackup==4.2.1
1010
drf-spectacular==0.27.2
11-
future==0.18.3
11+
future==1.0.0
1212
idna==3.7
1313
Jinja2==3.1.6
1414
jsonschema==4.17.3 # This is the latest version that doesn't require Rust and Cargo.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Cython==3.0.6
2-
future==0.18.3
2+
future==1.0.0
33
netifaces==0.10.9
44
pyzmq==23.2.1
55
redis==3.5.3

0 commit comments

Comments
 (0)