Skip to content

Commit

Permalink
bump python and dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Nov 20, 2024
1 parent 395ce59 commit dd08855
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
dist: xenial
language: python
python:
- "3.6"
- "3.7"
- "3.11"
# command to install dependencies
install:
- pip install -r requirements.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gtfs-realtime-bindings==0.0.5
pendulum==2.0.5
pytest==5.2.2
xmltodict==0.12.0
gtfs-realtime-bindings==1.0.0
pytest==6.2.5
xmltodict==0.13.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
exec(f.read(), about)

requirements = [
'gtfs-realtime-bindings==0.0.5',
'pendulum==2.0.5',
'xmltodict==0.12.0',
'gtfs-realtime-bindings==1.0.0',
'xmltodict==0.13.0',
]

setup(
Expand Down

0 comments on commit dd08855

Please sign in to comment.