Skip to content

Commit

Permalink
Merge branch 'master' into issue_11497
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani authored Sep 25, 2023
2 parents 5562f7a + ae6a48a commit 7e4fbfb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# native dependencies
Pillow==10.0.0
Pillow==10.0.1
lxml==4.9.3
psycopg2==2.9.7
Django==3.2.21
Expand All @@ -20,13 +20,13 @@ vine==5.0.0
tqdm==4.66.1
Deprecated==1.2.14
wrapt==1.15.0
jsonschema==4.19.0
jsonschema==4.19.1
zipstream-new==1.1.8
schema==0.7.5
rdflib==6.3.2
smart_open==6.4.0
PyMuPDF==1.22.5
pathvalidate==3.1.0
pathvalidate==3.2.0

# Django Apps
django-allauth==0.54.0
Expand Down Expand Up @@ -56,11 +56,11 @@ pyjwt==2.8.0
pyproj<3.7.0
OWSLib==0.29.2
pycsw==2.6.1
SQLAlchemy==2.0.20 # required by PyCSW
SQLAlchemy==2.0.21 # required by PyCSW
Shapely==1.8.5.post1
mercantile==1.2.1
geoip2==4.7.0
numpy==1.25.*
numpy==1.26.*

# # Apps with packages provided in GeoNode's PPA on Launchpad.

Expand Down Expand Up @@ -113,7 +113,7 @@ django-storages==1.14
dropbox==11.36.2
google-cloud-storage==2.11.0
google-cloud-core==2.3.3
boto3==1.28.46
boto3==1.28.53

# Django Caches
python-memcached<=1.59
Expand Down Expand Up @@ -167,7 +167,7 @@ factory-boy==3.3.0
flaky==3.7.0
selenium>=4.1.0,<5.0.0
selenium-requests==2.0.3
webdriver_manager==4.0.0
webdriver_manager==4.0.1

# Security and audit
mistune==3.0.1
Expand Down
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ setup_requires =
setuptools
install_requires =
# native dependencies
Pillow==10.0.0
Pillow==10.0.1
lxml==4.9.3
psycopg2==2.9.7
Django==3.2.21
Expand All @@ -46,13 +46,13 @@ install_requires =
tqdm==4.66.1
Deprecated==1.2.14
wrapt==1.15.0
jsonschema==4.19.0
jsonschema==4.19.1
zipstream-new==1.1.8
schema==0.7.5
rdflib==6.3.2
smart_open==6.4.0
PyMuPDF==1.22.5
pathvalidate==3.1.0
pathvalidate==3.2.0

# Django Apps
django-allauth==0.54.0
Expand Down Expand Up @@ -82,11 +82,11 @@ install_requires =
pyproj<3.7.0
OWSLib==0.29.2
pycsw==2.6.1
SQLAlchemy==2.0.20 # required by PyCSW
SQLAlchemy==2.0.21 # required by PyCSW
Shapely==1.8.5.post1
mercantile==1.2.1
geoip2==4.7.0
numpy==1.25.*
numpy==1.26.*

# # Apps with packages provided in GeoNode's PPA on Launchpad.

Expand Down Expand Up @@ -138,7 +138,7 @@ install_requires =
dropbox==11.36.2
google-cloud-storage==2.11.0
google-cloud-core==2.3.3
boto3==1.28.46
boto3==1.28.53

# Django Caches
python-memcached<=1.59
Expand Down Expand Up @@ -192,7 +192,7 @@ install_requires =
flaky==3.7.0
selenium>=4.1.0,<5.0.0
selenium-requests==2.0.3
webdriver_manager==4.0.0
webdriver_manager==4.0.1

# Security and audit
mistune==3.0.1
Expand Down

0 comments on commit 7e4fbfb

Please sign in to comment.