Skip to content

Commit

Permalink
chore/upgrade-dparse (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpulver authored Nov 8, 2024
1 parent 622c909 commit 030c70a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 030c70a

Please # to comment.