Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/aws.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r base.txt
boto3==1.40.30
boto3==1.40.55
django-ses==4.4.0
uWSGI==2.0.30; sys_platform != "win32"
uWSGI==2.0.31; sys_platform != "win32"
22 changes: 11 additions & 11 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Django
django==4.2.24
django==5.2.7

# Persistence stores
psycopg2-binary==2.9.10
psycopg2-binary==2.9.11

# Background process management
celery==5.5.3
django-celery-beat==2.8.1
django-redis==6.0.0
hiredis==3.2.1
hiredis==3.3.0

brotli==1.1.0
django-compressor==4.5.1
Expand All @@ -26,26 +26,26 @@ django-pint==0.7.3 # https://github.com/hgrecco/pint/issues/2065
djangorestframework==3.16.1
djangorestframework-simplejwt==5.5.1
django-post-office==3.10.1
drf-yasg==1.21.10
drf-yasg==1.21.11
django-filter==22.1 # Update after drf-spectacular
drf-nested-routers==0.95.0

# Server monitoring
sentry-sdk==2.14.0

# Various packages
jellyfish==1.2.0
jellyfish==1.2.1
Markdown==3.9
polling==0.3.2
pyyaml==6.0.2
pyyaml==6.0.3
street-address==0.4.0
xlrd<2.0.0 # Version 2 removes xlsx support
xlsxwriter==3.2.8
xlsxwriter==3.2.9
xmltodict==1.0.2
requests==2.32.5
probablepeople==0.5.6
xmlschema==4.1.0
lark==1.2.2
xmlschema==4.2.0
lark==1.3.0
pandas<3

# Parsing and managing geojson data (this is only used in managed tasks at the moment)
Expand All @@ -59,13 +59,13 @@ buildingsync-asset-extractor==v0.2.1
seed-salesforce==0.1.1

# geospatial and pnnl/buildingid-py
shapely==2.0.7
shapely==2.1.2
usaddress==0.5.16
pnnl-buildingid @ git+https://github.com/SEED-platform/buildingid@3cb82c9

django-treebeard==4.7.1

django-two-factor-auth[phonenumbers]==1.17.0
django-two-factor-auth[phonenumbers]==1.18.1
qrcode[pil]==7.4.2
pyotp==2.9.0

Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
-r base.txt

# general
coverage==7.10.6
coverage==7.11.0
coveralls==4.0.1 # https://github.com/TheKevJames/coveralls-python/pull/542
tox==4.30.2 # Keep this in sync with ci.yml
psutil==7.0.0
tox==4.31.0 # Keep this in sync with ci.yml
psutil==7.1.1

# python testing
Faker==37.6.0
Faker==37.11.0
mock==5.2.0
vcrpy==7.0.0
pytest==8.4.2
Expand All @@ -19,10 +19,10 @@ urllib3==1.26.20
pre-commit==4.3.0

# documentation and spelling
Sphinx==7.4.7 # TODO update after python 3.9
sphinxcontrib-spelling==8.0.0
Sphinx==8.2.3 # TODO update after python 3.9
sphinxcontrib-spelling==8.0.1
sphinx_rtd_theme==3.0.2
docutils==0.21.2 # TODO update after python 3.9
docutils==0.22.2 # TODO update after python 3.9

# property-based testing
hypothesis==6.138.16
hypothesis==6.142.1
Loading