Skip to content

Commit f9327fd

Browse files
committed
chore: Update reqs
1 parent 8bd5709 commit f9327fd

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

requirements-test.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
44
#
55
# pip-compile --no-emit-index-url --output-file=requirements-test.txt requirements/requirements-test.in
66
#
77
attrs==21.4.0
88
# via pytest
99
coverage==6.5.0
1010
# via -r requirements/requirements-test.in
11-
exceptiongroup==1.0.0
12-
# via pytest
1311
freezegun==1.2.2
1412
# via -r requirements/requirements-test.in
1513
iniconfig==1.1.1
@@ -30,5 +28,3 @@ python-dateutil==2.8.2
3028
# via freezegun
3129
six==1.16.0
3230
# via python-dateutil
33-
tomli==2.0.1
34-
# via pytest

requirements.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
44
#
55
# pip-compile --no-emit-index-url --output-file=requirements.txt requirements/requirements.in
66
#
@@ -32,8 +32,6 @@ gunicorn==20.1.0
3232
# via -r requirements/requirements.in
3333
idna==3.3
3434
# via requests
35-
importlib-metadata==6.8.0
36-
# via flask
3735
influxdb-client==1.31.0
3836
# via -r requirements/requirements.in
3937
itsdangerous==2.0.1
@@ -83,8 +81,6 @@ werkzeug==2.0.2
8381
# via flask
8482
wrapt==1.13.3
8583
# via deprecated
86-
zipp==3.17.0
87-
# via importlib-metadata
8884

8985
# The following packages are considered to be unsafe in a requirements file:
9086
# setuptools

0 commit comments

Comments
 (0)