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

chore/upgrade-dparse #633

Merged
merged 1 commit into from
Nov 8, 2024
Merged
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
2 changes: 1 addition & 1 deletion LICENSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| cryptography | 43.0.0 | Apache Software License; BSD License |
| distlib | 0.3.8 | Python Software Foundation License |
| docutils | 0.21.2 | BSD License; GNU General Public License (GPL); Public Domain; Python Software Foundation License |
| dparse | 0.6.4b0 | MIT License |
| dparse | 0.6.4 | MIT License |
| filelock | 3.12.4 | The Unlicense (Unlicense) |
| idna | 3.7 | BSD License |
| importlib_metadata | 8.4.0 | Apache Software License |
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install_requires =
urllib3>=1.26.5
requests
packaging>=21.0
dparse>=0.6.4b0
dparse>=0.6.4
ruamel.yaml>=0.17.21
jinja2>=3.1.0
marshmallow>=3.15.0
Expand Down
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Click>=8.0.2
urllib3>=1.26.5
requests
packaging>=21.0,<=23.0
dparse>=0.6.2
dparse>=0.6.4
ruamel.yaml>=0.17.21
dataclasses==0.8; python_version=="3.6"
jinja2; python_version=="3.6"
Expand Down
Loading