-
Notifications
You must be signed in to change notification settings - Fork 6
fix: resolve open dependabot security alerts #110
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
base: main
Are you sure you want to change the base?
Changes from all commits
3effda5
d2c7acf
ca0d0d9
a84133c
1fd802f
be56616
5d4b46d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| django >= 4.2.29 | ||
| django >= 6.0.4 | ||
|
jonathannorris marked this conversation as resolved.
|
||
| -e ../../ | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| -r requirements.txt | ||
|
|
||
| pytest~=7.4.0 | ||
| pytest~=9.0.3 | ||
| pytest-benchmark~=4.0.0 | ||
|
Comment on lines
+3
to
4
|
||
| responses~=0.25.6 | ||
| types-requests~=2.32.0 | ||
| types-urllib3~=1.26.25.14 | ||
| types-requests>=2.32.0 | ||
| types-urllib3>=1.26.0 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,7 +24,7 @@ | |
| url="https://github.com/devcycleHQ/python-server-sdk", | ||
| keywords=["DevCycle"], | ||
| install_requires=REQUIRES, | ||
| python_requires=">=3.9", | ||
| python_requires=">=3.10", | ||
| packages=find_packages(), | ||
|
Comment on lines
+27
to
28
|
||
| package_data={ | ||
| "": ["VERSION.txt"], | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.