Skip to content

Commit 7951a1f

Browse files
committed
feat: Revert to python version 3.9 and fix tests
1 parent 2515b5a commit 7951a1f

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.1
1+
3.9.5

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.8
2+
# This file is autogenerated by pip-compile with python 3.9
33
# To update, run:
44
#
55
# pip-compile --no-emit-index-url --output-file=requirements-test.txt requirements/requirements-test.in

requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.8
2+
# This file is autogenerated by pip-compile with python 3.9
33
# To update, run:
44
#
55
# pip-compile --no-emit-index-url --output-file=requirements.txt requirements/requirements.in
@@ -28,12 +28,12 @@ deprecated==1.2.13
2828
# via redis
2929
flask==2.1.3
3030
# via -r requirements/requirements.in
31-
greenlet==1.1.2
32-
# via sqlalchemy
3331
gunicorn==20.1.0
3432
# via -r requirements/requirements.in
3533
idna==3.3
3634
# via requests
35+
importlib-metadata==6.8.0
36+
# via flask
3737
influxdb-client==1.31.0
3838
# via -r requirements/requirements.in
3939
itsdangerous==2.0.1
@@ -83,6 +83,8 @@ werkzeug==2.0.2
8383
# via flask
8484
wrapt==1.13.3
8585
# via deprecated
86+
zipp==3.17.0
87+
# via importlib-metadata
8688

8789
# The following packages are considered to be unsafe in a requirements file:
8890
# setuptools

requirements/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ requests==2.28.1
1111
SQLAlchemy==1.4.42
1212
psycopg2-binary==2.9.5
1313
coverage==6.5.0
14-
setuptools~=65.5.0
14+
setuptools~=57.4.0
1515
pytz~=2022.1

0 commit comments

Comments
 (0)