Skip to content

Commit

Permalink
feat(Dependencies): Update dependency pendulum to v3
Browse files Browse the repository at this point in the history
| datasource | package  | from  | to    |
| ---------- | -------- | ----- | ----- |
| pypi       | pendulum | 2.1.2 | 3.0.0 |
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent c01af44 commit ba41692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ netifaces==0.11.0
openstacksdk==2.1.0
os-service-types==1.7.0
pbr==6.0.0; python_version >= '2.6'
pendulum==2.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pendulum==3.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
prometheus-client==0.19.0
pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
Expand Down

0 comments on commit ba41692

Please sign in to comment.