Skip to content

Commit b48efd8

Browse files
authored
Merge pull request #91 from scieloorg/update_dependece
Atualiza dependências Python (gunicorn, sentry, pytest)
2 parents 1b61794 + e5f8aec commit b48efd8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements/local.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ watchgod==0.8.2 # https://github.com/samuelcolvin/watchgod
88
django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions
99
django-debug-toolbar # https://github.com/jazzband/django-debug-toolbar
1010

11-
pytest==8.3.5
11+
pytest==9.0.3
1212
pytest-django==4.11.1
13-
pytest-cov==6.1.1
14-
coverage==7.8.0
13+
pytest-cov==7.1.0
14+
coverage==7.10.6
1515
django-coverage-plugin==3.1.0

requirements/production.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
-r base.txt
44

55
gevent==24.2.1 # http://www.gevent.org/
6-
gunicorn==21.2.0 # https://github.com/benoitc/gunicorn
6+
gunicorn==26.0.0
77
psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2
8-
sentry-sdk[django]==2.5.1 # https://github.com/getsentry/sentry-python
8+
sentry-sdk[django]==2.60.0
99

1010
# Django
1111
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)