Skip to content

Commit

Permalink
update six
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField committed Nov 24, 2023
1 parent 697a65b commit 95d4a1b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 32 deletions.
3 changes: 1 addition & 2 deletions local-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defusedxml==0.6.0
Django==4.2.6
social-auth-app-django==5.4.0
django-bootstrap-breadcrumbs==0.9.2
django-dynamic-model-validation==0.1.13
django-extensions==3.2.3
django-filter==2.3.0
django-grappelli==3.0.8
Expand All @@ -28,7 +27,7 @@ pytz==2020.1
rdflib==6.0.1
requests>=2.25.0
requests-oauthlib==1.3.0
six==1.14.0
six==1.16.0
sqlparse==0.3.1
urllib3>=1.26.5
semver>=2.10.2
Expand Down
30 changes: 4 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ version = "v1.0.11"
Django = "4.2.6"
Markdown = "3.5.1"
coverage = "7.2.*"
six = "1.14.0"
six = "1.16.0"
social-auth-app-django = "5.4.0"
django-bootstrap-breadcrumbs = "0.9.2"
django-crispy-forms = "1.14.0"
django-dynamic-model-validation = "0.1.13"
django-extensions = "3.2.3"
django-filter = "2.3.0"
django-grappelli = "3.0.8"
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defusedxml==0.6.0
Django==4.2.6
social-auth-app-django==5.4.0
django-bootstrap-breadcrumbs==0.9.2
django-dynamic-model-validation==0.1.13
django-extensions==3.2.3
django-filter==2.3.0
django-grappelli==3.0.8
Expand All @@ -28,7 +27,7 @@ pytz==2020.1
rdflib==6.0.1
requests>=2.25.0
requests-oauthlib==1.3.0
six==1.14.0
six==1.16.0
sqlparse==0.3.1
urllib3>=1.26.5
semver>=2.10.2
Expand Down

0 comments on commit 95d4a1b

Please sign in to comment.