Skip to content

Commit eac0e10

Browse files
authored
Merge pull request #100 from geoadmin/develop
New Release v0.10.0 - #minor
2 parents c885788 + 7d7218d commit eac0e10

File tree

3 files changed

+178
-172
lines changed

3 files changed

+178
-172
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ django-environ = "~=0.12"
1111
gunicorn = "~=23.0"
1212
pyyaml = "~=6.0"
1313
gevent = "~=25.4"
14-
logging-utilities = "~=4.6"
1514
boto3 = "~=1.37"
1615
nanoid = "~=2.0"
1716
whitenoise = "~=6.9"
1817
pystac-client = "~=0.8"
1918
ecs-logging = "~=2.2"
2019
beautifulsoup4 = "~=4.13"
2120
requests = "~=2.32"
21+
logging-utilities = "~=5.0"
2222

2323
[dev-packages]
2424
yapf = "*"
@@ -41,7 +41,7 @@ boto3-stubs = {extras = ["cognito-idp"], version = "~=1.37"}
4141
pytest-xdist = "*"
4242
pytest-cov = "*"
4343
types-nanoid = "~=2.0"
44-
types-gevent = "~=24.11"
44+
types-gevent = "~=25.4"
4545
types-requests = "~=2.32"
4646

4747
[requires]

0 commit comments

Comments
 (0)