Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package upgrades: JS, Ruby, and Python Packages #1204

Merged
merged 8 commits into from
Nov 7, 2024
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ GEM
netrc (0.11.0)
nkf (0.2.0)
public_suffix (4.0.7)
rexml (3.3.7)
rexml (3.3.9)
ruby-macho (2.5.1)
typhoeus (1.4.1)
ethon (>= 0.9.0)
Expand Down
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ verify_ssl = true
name = "pypi"

[packages]
cookiecutter = "==2.4.0"
urllib3 = "==2.1.0"
django = "==3.2.23"
urllib3 = ">=2.2.2"
django = ">=4.2.16"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a big upgrade. But is it in line with other Django version upgrades elsewhere? I thought I saw an upgrade to a "4" version of Django elsewhere, too. Is that the same version?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. We have upgraded the Django version to 4.2.* in all other relevant reports. I made sure it works as expected.

cookiecutter = "==2.6.0"

[dev-packages]

Expand Down
Loading
Loading